home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_ejectmodule.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
182b
|
15 lines
/* EaglePlayer - Eject Module */
address 'rexx_EP'
options results
status G fil
if result == "no" then do
say "No Module loaded !"
end
else do
eject
say "Module ejected !"
end